'Declaration Public Function New( _
ByVal interactiveObjectAn interactive object of interaction controller.As T, _
ByVal ParamArray itemsAn array of the interaction controllers, which must be used as items in new composite controller.() As IInteractionController _
)
public CompositeInteractionController<T>(
T interactiveObject,
params IInteractionController[] items
)
public: CompositeInteractionController<T>(
T* interactiveObject,
params IInteractionController*[]* items
)
public:
CompositeInteractionController<T>(
T^ interactiveObject,
... array<IInteractionController^>^ items
)
Parameters
- interactiveObject
- An interactive object of interaction controller.
- items
- An array of the interaction controllers, which must be used as items in new composite controller.